home *** CD-ROM | disk | FTP | other *** search
- /* Jeesus */
-
- parse arg node
- Options results
- nodeid="DREAMREXX"node
- address value nodeid
-
- systeminfo 4
- conf = result
- systeminfo 5
- base = result
-
- getlrp conf base
- currlrp = result
- transmit 'Your current LRP is: 'currlrp
- newline
-
- prompt 5 normal 'Enter new value: \\'currlrp
- newlrp=result
-
- setlrp conf base newlrp
-
- shutdown
-
-
-
-
-
-